home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 2438 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.4 KB

  1. Path: grafix.xs4all.nl!rdingem
  2. Date: Fri, 16 Feb 96 00:23:35 GMT+1
  3. Newsgroups: comp.sys.amiga.applications
  4. Distribution: world
  5. Subject: Re: Can Final Writer do tables?
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=iso-8859-1
  8. Content-Transfer-Encoding: 8bit
  9. From: rdingem@grafix.xs4all.nl (Ruud Dingemans)
  10. Message-ID: <rdingem.4enu@grafix.xs4all.nl>
  11. Organization: Grafix Attack BBS Holland
  12.  
  13. In a message of 12 Feb 96 Nhan Nguyen wrote to All:
  14.  
  15.  NN> On 12 Feb 1996, David Meyer wrote:
  16.  >> David Jarvis (djarvis@u.washington.edu) wrote:
  17.  
  18.  >> When will both of you get your act together and catch up with
  19.  >> Microsoft: Word 5 for Mac?
  20.  
  21.  NN> I've been using Final Copy II for maybe two years, and then recently
  22.  NN> got  Final Writer 4.  As a student, I have little need for even all the
  23.  (deleted)
  24.  NN> But today I saw MS Word 6.0 for PowerMacs, and was blown away.  We 
  25.  NN> definitely still have a ways to go, and if I could program, I'd help 
  26.  NN> Softwood get their FW to that level or better...
  27.  
  28. Yes, let's get FW under the GNU public license and make it a
  29. community product like Linux  ;) Somehow I don't think this
  30. will happen anytime soon.
  31.  
  32. I guess the only way people can help with that is voice their
  33. criticisms and suggestions ('more file formats' has been ignored
  34. way too long) and get more ARexx macros out for both FW and WW.
  35.  
  36. (Here are two oldies I converted from ProWrite, BTW; they
  37. enable you to select a calculation - like 2341*342 - and
  38. they print the outcome right behind it.)
  39.  
  40. ==============================
  41. (FW4:)
  42.  
  43. /* Select calculation, computes and pastes */
  44. Options results
  45. Extract
  46. If RC ~= 0 Then Exit RC
  47. result=Insert('a=',result)
  48. Interpret result
  49. Cursor Right
  50. Type '='a
  51. ============
  52. (WW5:)
  53.  
  54. /* Evaluate math expression and paste */
  55. Options results
  56. GetText
  57. If RC ~= 0 Then Exit RC
  58. result=Insert('a=',result)
  59. Interpret result
  60. Cursor Right
  61. Text '='a
  62. ===================
  63.  
  64.  NN> But I thought that cross-platform compatibility on PCs was not that 
  65.  NN> important because they're the ones dominating the market.  But they 
  66.  NN> should at least have Mac compatibility, even just file-handling.  
  67.  
  68. They should, but they won't. They can afford to ignore the rest.
  69.  
  70.  NN> The way I see it, the smaller your slice of the computer pie, the more 
  71.  NN> important it is to have compatibility with the more popular platforms. 
  72.  
  73. Definitely. FW4 is sorely lacking in that department, IMHO. WW5 is
  74. a bit better there (WordPerfect, RTF).
  75.  
  76.  NN> compatibility and SoftWindows.  And for us, with a tiny market share,
  77.  NN> we  have Emplant, PC-Task, A-Max IV, and Shapeshifter...
  78.  
  79. Indeed, and Mac Word and WordPerfect run very nicely on any
  80. 5 Mb 32-bit Amiga under Shapeshifter. Since this is a potential threat
  81. to both WW and FW, I think both companies should gear up instead of
  82. poking at each other, or they might lose out.
  83.  
  84.  NN> It almost seems like the more independently-minded
  85. computer owners must
  86.  NN> emulate the computers of the people with more of a herd mentality, just
  87.  NN> to stay afloat.
  88.  
  89. True, but the alternative (not being able to emulate) would be
  90. even worse.
  91.  
  92.  NN> popular  productivity apps, optimized for the efficient AmigaOS.  Oh
  93.  NN> yeah, and  redo the AmigaOS interface and add more features.
  94.  
  95. I'd bet AT would like to do that, but it costs time. Look at how
  96. long it took Microsoft to turn MS-DOS into Windows95, or Apple's
  97. efforts with Copland.
  98.  
  99. Regards, Ruud
  100. rdingem@grafix.xs4all.nl
  101.  
  102. -- Via Xenolink 1.985B5, XenolinkUUCP 1.1
  103.